net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L443: canWriteContinue atomic.Bool
server.go#L576: w.canWriteContinue.Store(false)
server.go#L980: if w.canWriteContinue.Load() {
server.go#L982: if w.canWriteContinue.Load() {
server.go#L985: w.canWriteContinue.Store(false)
server.go#L1674: if w.canWriteContinue.Load() {
server.go#L2086: w.canWriteContinue.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)